GtkTooltip: Ignore shadow when finding widgets
authorMatthias Clasen <mclasen@redhat.com>
Wed, 11 Jun 2014 04:01:50 +0000 (00:01 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 11 Jun 2014 04:04:04 +0000 (00:04 -0400)
commit77cb6d8b4ad32afefef84156c86e061e7ecaa9f5
treef278fda9046ececf2f77818ee62a7d8e085d441d
parent2d05bf1492c6448df98ecf04c913a33df665ca34
GtkTooltip: Ignore shadow when finding widgets

When placing tooltips, the csd shadow will get 'pushed up' and
may end up underneath the pointer. We don't want this to cause
the tooltip to be hidden, because that leads to flickering, so
ignore the shadow when finding the widget under the pointer.
gtk/gtktooltip.c